projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d8222
)
ARM: k2g: update keystone nav rx queue numbers
author
Vitaly Andrianov
<
[email protected]
>
Sat, 19 Sep 2015 10:56:47 +0000
(16:26 +0530)
committer
Tom Rini
<
[email protected]
>
Thu, 22 Oct 2015 18:22:21 +0000
(14:22 -0400)
update K2G nav rx queue number
Signed-off-by: Vitaly Andrianov <
[email protected]
>
Signed-off-by: Mugunthan V N <
[email protected]
>
Signed-off-by: Lokesh Vutla <
[email protected]
>
arch/arm/mach-keystone/include/mach/hardware.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-keystone/include/mach/hardware.h
b/arch/arm/mach-keystone/include/mach/hardware.h
index 286c63aa9332a8425f1dc6e4acb1e40842a7b36d..edebcd7bc587760c9ffd758a2d70a4df40c7b2a6 100644
(file)
--- a/
arch/arm/mach-keystone/include/mach/hardware.h
+++ b/
arch/arm/mach-keystone/include/mach/hardware.h
@@
-125,8
+125,13
@@
typedef volatile unsigned int *dv_reg_p;
#define KS2_EDMA_PARAM_1(x) (0x4020 + (4 * x))
/* NETCP pktdma */
+#ifdef CONFIG_SOC_K2G
+#define KS2_NETCP_PDMA_RX_FREE_QUEUE 113
+#define KS2_NETCP_PDMA_RX_RCV_QUEUE 114
+#else
#define KS2_NETCP_PDMA_RX_FREE_QUEUE 4001
#define KS2_NETCP_PDMA_RX_RCV_QUEUE 4002
+#endif
/* Chip Interrupt Controller */
#define KS2_CIC2_BASE 0x02608000